home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 12_dorei / winprog / movie.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1995-05-12  |  669 b   |  37 lines

  1. if (status = "exitAlart") or (status = "helpMenu") then
  2.   if stillDown() and not rollOver(20) then
  3.     beepsound("Warning")
  4.   end if
  5.   if (status = "helpMenu") and (random(3) = 2) then
  6.     openmouse()
  7.   end if
  8.   go(marker(0) + 1)
  9.   exit
  10. end if
  11. if contstatus = "control" then
  12.   go(marker(0) + 1)
  13.   exit
  14. end if
  15. if the puppet of sprite 20 = 1 then
  16.   cursor(cursor128)
  17. else
  18.   if rollOver(17) then
  19.     cursor(cursor147)
  20.   else
  21.     if rollOver(18) then
  22.       cursor(cursor146)
  23.     else
  24.       cursor(cursor128)
  25.     end if
  26.   end if
  27. end if
  28. if the movieRate of sprite 15 = 0 then
  29.   go(marker(-1))
  30.   exit
  31. end if
  32. if rollOver(3) then
  33.   checkvideo()
  34. else
  35.   puppetSprite(4, 0)
  36. end if
  37.